home *** CD-ROM | disk | FTP | other *** search
- on(release){
- var Level = _root.vLevel;
- var Name = _root.TOPN[0];
- var Score = _root.TOPS[0];
- if(Level == 2)
- {
- Name = _root.TOPN[10];
- Score = _root.TOPS[10];
- }
- if(Level == 3)
- {
- Name = _root.TOPN[20];
- Score = _root.TOPS[20];
- }
- var stSend = Score + "\t" + Level + "\t" + Name + "\t" + "bub" + "\t" + "exe";
- if(0 < Score)
- {
- getURL("http://absolutist.com/cgi-bin/gameres.pl?e=" + _root.Crypto(stSend),"_top");
- }
- }
-